docs(cli): document allagents status, kind labels, and plugin list Type field#418
Merged
Conversation
…pe field - Add `allagents status` to the Top-Level Commands block in cli.mdx - Add a ### status section documenting the plugin/skill classification rule, the per-entry Type label, the `kind` JSON field, and the backward-compatible `allagents workspace status` alias - Add a ### plugin list section documenting the Type/kind distinction - Update quick-start.mdx: replace `allagents workspace status` example with `allagents status` and note the legacy alias still works - Add inline comment in plugin.ts noting that getWorkspaceStatus is filesystem-only (offline: true), so the cost is imperceptible
Deploying allagents with
|
| Latest commit: |
d8537e6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://792d7f70.allagents.pages.dev |
| Branch Preview URL: | https://docs-status-and-kind-referen.allagents.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Covers items #3 and #4 from the post-#415 follow-up list:
Docs (item #4):
cli.mdx: addallagents statusto the Top-Level Commands synopsis; add a### statussection documenting the plugin/skill classification rule, the per-entryTypelabel, thekindJSON field, and theallagents workspace statusbackwards-compatible alias; add a### plugin listsection cross-referencing the type distinctionquick-start.mdx: update "Check Status" example fromallagents workspace status→allagents status, with a note that the old form is still acceptedPerformance note (item #3):
plugin.tsconfirminggetWorkspaceStatusis filesystem-only (uses{ offline: true }internally) so the kind-lookup cost is imperceptible — no network I/O regardless of plugin count; no code change requiredNo dist/ rebuild — CI handles that.
Test plan
bun run typecheckpassesbun run lintpassesbun test— 1306 pass, 0 fail🤖 Generated with Claude Code